OTFreeMem
Frees memory allocated with theOTAllocMem
function.C INTERFACE
void OTFreeMem(void* arg)C++ INTERFACES
None. C++ applications use the C interface to this function.PARAMETERS
arg
- A pointer to the memory allocated by the
OTAllocMem
function. This pointer is returned by theOTAllocMem
function.SPECIAL CONSIDERATIONS
Do not make this call without having already called theOTEnterInterrupt
function.SEE ALSO
To allocate memory from the Open Transport pool, use theOTAllocMem
function (page 7-21).